home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / AMOSList / AMOSLIST / text0280.txt < prev    next >
Encoding:
Text File  |  1998-04-01  |  1.5 KB  |  34 lines

  1. On 25-Mar-98, Mr. Giark To You smashed the keyboard with:
  2. > No one answered last time. Can you take parts of different .fd listings and
  3. > put them into one file to make an extension of the commands you like?
  4.  
  5. Simple answer:
  6. In theory, yes..
  7. REAL LIFE: NO...
  8.  
  9. Also, you can't cut unused commands out, that'll destroy the calls..
  10.  
  11. FD files makeup is based on an initial 'basis' adress, and then it's simply
  12. a list of the commands in a 'jump-table' form. Each worth 6 bytes..
  13.  
  14. Example:
  15.  exec.library has an offsetbase of -30 so that's the offset to the first
  16. function in the library, the next is then located in -36 and so on, so by
  17. cutting and pasting in the listing the line would be broken..
  18. -- 
  19. Kind regards from
  20. ______________________________________________________________________________
  21.  /_  __/ __  / __  /\  ___\  __ \__  _\               aka. JENS VANG PETERSEN
  22.   / / / /_/ / ____/  \ \___\  __ \ \ \                  top_cat@post8.tele.dk
  23.  /_/ /_____/_/        \_____\_\ \_\ \_\
  24. ------------------------------------------------------------------------------
  25.                     http://home8.inet.tele.dk/top_cat/
  26.   -+-    Home of 'The Ultimate Extension list' for AMOS TC & AMOS PRO    -+-
  27.             -+-  SUPPORT - AMOS - AMIGA - AQUA - STARTREK TNG  -+-
  28. ------------------------------------------------------------------------------
  29.  Experience is directly proportional to the value of equipment destroyed.
  30.                                                          -- Carolyn Scheppner
  31. ------------------------------------------------------------------------------
  32.  
  33.  
  34.